type github.com/golang/mock/gomock.allMatcher
4 uses
github.com/golang/mock/gomock (current package)
matchers.go#L171: type allMatcher struct {
matchers.go#L175: func (am allMatcher) Matches(x interface{}) bool {
matchers.go#L184: func (am allMatcher) String() string {
matchers.go#L278: func All(ms ...Matcher) Matcher { return allMatcher{ms} }
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)